Wed Aug 25 17:23:23 2004 Manish Singh <yosh@gimp.org>
* io-gif.c: remove unused set_need_recomposite() function.
+Wed Aug 25 17:23:23 2004 Manish Singh <yosh@gimp.org>
+
+ * io-gif.c: remove unused set_need_recomposite() function.
+
2004-08-25 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.2 ===
}
}
-static void
-set_need_recomposite (gpointer data, gpointer user_data)
-{
- GdkPixbufFrame *frame = (GdkPixbufFrame *)data;
- frame->need_recomposite = TRUE;
-}
-
/* Clips a rectancle to the base dimensions. Returns TRUE if the clipped rectangle is non-empty. */
static gboolean
clip_frame (GifContext *context,